From: Richard M. Stallman Date: Sun, 26 Aug 2007 03:41:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~16941 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=afbaab09d228e4cfb0ba386c208bab6e48691263;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 8125edcc81d..1030ea0cf16 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -186,6 +186,10 @@ supported on other platforms, but not on Windows due to using the winsock * Lisp Changes in Emacs 23.1 +** The function invisible-p returns non-nil if the character + after a specified position is invisible, or if its argument + as an `invisible' property would make a character invisible. + ** Non-breaking space now acts as whitespace. +++ @@ -204,6 +208,16 @@ like this: +++ ** The regexp form \(?:\) specifies the group number explicitly. +** New function `window-full-width-p' returns t if a window is as wide +as its frame. + +** The new function `split-string-and-unquote' does (what?) + +** The new function `combine-and-quote-strings' does (what?) + +** The new function `image-refresh' refreshes all images associated +with a given image specification. + +++ ** New variable `user-emacs-directory'. Use this instead of "~/.emacs.d".